From 470e0cc0fa0d873a36cb67c11d38fcbe12f706a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 12 Jun 2008 21:30:55 +0000 Subject: [PATCH] s/BABL_ERROR/BABL_ACCURACY/ s/BABL_ERROR/BABL_ACCURACY/ added a missing * babl/babl-fish-path.c: (legal_error): s/BABL_ERROR/BABL_ACCURACY/ * docs/index-static.html.in: s/BABL_ERROR/BABL_ACCURACY/ * AUTHORS: added a missing space. svn path=/trunk/; revision=330 --- AUTHORS | 2 +- ChangeLog | 7 +++++++ babl/babl-fish-path.c | 4 ++-- docs/index-static.html.in | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index c461783..b38283a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,7 +14,7 @@
Portability fixes.
Jan Heller jheller at svn.gnome.org
Optimizations, refactoring and documentation.
-
Mukund Sivaramanmuks at mukund.org
+
Mukund Sivaraman muks at mukund.org
Sparse fixes and sanity.
dmacks at netspace.org
Build sanity
diff --git a/ChangeLog b/ChangeLog index f223bd1..62f5fbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-06-12 Øyvind Kolås + + * babl/babl-fish-path.c: (legal_error): s/BABL_ERROR/BABL_ACCURACY/ + * docs/index-static.html.in: s/BABL_ERROR/BABL_ACCURACY/ + + * AUTHORS: added a missing space. + 2008-06-12 Øyvind Kolås * NEWS: added a html comment shortening the news shown. diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c index ee9fe02..821e1ce 100644 --- a/babl/babl-fish-path.c +++ b/babl/babl-fish-path.c @@ -67,7 +67,7 @@ static double legal_error (void) if (error != 0.0) return error; - env = getenv ("BABL_ERROR"); + env = getenv ("BABL_ACCURACY"); if (env) error = atof (env); else @@ -100,7 +100,7 @@ static int max_path_length (void) * the shortest path in a graph where formats are the vertices * and conversions are the edges. However, there is an additional * constraint to the shortest path, that limits conversion error - * introduced by such a path to be less than BABL_ERROR. This + * introduced by such a path to be less than BABL_ACCURACY. This * prohibits usage of any reasonable shortest path construction * algorithm such as Dijkstra's algorithm. The shortest path is * constructed by enumerating all available paths that are less diff --git a/docs/index-static.html.in b/docs/index-static.html.in index 77515cd..925ed01 100644 --- a/docs/index-static.html.in +++ b/docs/index-static.html.in @@ -265,7 +265,7 @@ lab_buffer = malloc (pixel_count * 3 * 4); --> -

Through the environment variable BABL_ERROR you can control +

Through the environment variable BABL_ACCURACY you can control a speed/performance trade off that by default is set very low (0.000001) values in the range 0.01-0.1 can provide reasonable preview performance by allowing lower numerical accuracy

. -- 2.30.2